ask "Please enter the red component (0-65535)" with "65535"
put it into red
if red is empty then exit mouseup
ask "Please enter the green component (0-65535)" with "65535"
put it into green
if green is empty then exit mouseup
ask "Please enter the blue component (0-65535)" with "0"
put it into blue
if blue is empty then exit mouseup
MungeMCTB Red,Green,Blue
if the result is not empty then put the result
end mouseUp
-- part contents for background part 2
----- text -----
MungeMCTB
-- part contents for background part 3
----- text -----
MungeMCTB (meaning: Munge Menu Color Table) is an XCMD that changes the color of the background of both the Menu Bar and the pull-down menus to a specified color.
NOTE: Make sure that you run this on a Mac II (color helps).
Enjoy.......Chris Knepper
CIS: 76347,1757
© Apple Computer, Inc.
-- part contents for background part 10
----- text -----
Syntax:
MungeMCTB <Red>,<Green>,<Blue>
Pass 3 parameters to MungeMCTB (one each for the red, green, and blue components of the color you want the menu to be.)